if service.click({
{"#hide_controls_button_top",
}
})
return true
end
if service.click({
{"#watch_player",
}
})
return true
end
if service.click({
{"#menu_item_view",
}
})
return true
end
-- قراءة النص في مربع التعديل..
if focus == editText then
local focus= service.getFocusView()
local editText= service.getEditText()
local text= editText.getText()

return true, text, service.speak(tostring(text))
end
return true